Remove gdk_window_flush_if_exposing as its not needed anymore
authorAlexander Larsson <alexl@redhat.com>
Thu, 23 Aug 2012 13:59:33 +0000 (15:59 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 23 Aug 2012 14:31:31 +0000 (16:31 +0200)
commit29a42085c6f309f3a9d11b891bc6e0369dc4bdfd
treef2a5f356e66d982ec1ce2b055a38bf3a4cee5e43
parente112cdacd4d500066c09cbdcad1034c3eed32f31
Remove gdk_window_flush_if_exposing as its not needed anymore

We no longer support modifying GdkWindow hierarchies during
expose events. This is not working anymore anyway as the
flush operation now does not push already rendered pixels
in the flushed window from the double buffer to the window.

https://bugzilla.gnome.org/show_bug.cgi?id=679144
gdk/gdkwindow.c